const github.com/jackc/pgx/v5/pgtype.microsecondsPerDay

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		builtin_wrappers.go#L507: 	us := int64(v.Months)*microsecondsPerMonth + int64(v.Days)*microsecondsPerDay + v.Microseconds
		interval.go#L17: 	microsecondsPerDay    = 24 * microsecondsPerHour
		interval.go#L18: 	microsecondsPerMonth  = 30 * microsecondsPerDay